From cfc4cc8b10b1baf62805d4747c9e1128be6e5bb2 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 18 Apr 2004 22:09:56 +0000 Subject: [PATCH] (help-with-tutorial): Call `hack-local-variables' to put into effect local variables from TUTORIAL files. --- lisp/help-fns.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index ab76b5eb232..000b8cb5e16 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -63,6 +63,7 @@ With ARG, you are asked to choose which language." (setq default-directory (expand-file-name "~/")) (setq buffer-auto-save-file-name nil) (insert-file-contents (expand-file-name filename data-directory)) + (hack-local-variables) (goto-char (point-min)) (search-forward "\n<<") (beginning-of-line) -- 2.30.2